Replace &foo[0] with foo where the latter seems cleaner
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Wed, 19 Apr 2006 17:32:20 +0000 (18:32 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Wed, 19 Apr 2006 17:32:20 +0000 (18:32 +0100)
commit1a7cc0a83c0e106e2248acaf13810a6e0ebc9d31
tree9f6eab9dad9103aa42706816beefcbde7cc9b79e
parent93564fcf10e9036f5356d0fe5341827910e5db4c
Replace &foo[0] with foo where the latter seems cleaner
(which is usually, and particularly when its an argument
to one of the bitops functions).

Signed-off-by: Keir Fraser <keir@xensource.com>
xen/arch/x86/domain_build.c
xen/arch/x86/irq.c
xen/arch/x86/shadow_public.c
xen/common/event_channel.c
xen/common/keyhandler.c